/* -----------------
Radii Production 
Copyright 2009

Swatch colours
--------------
014b90 - Corporate navy blue
e7a614 - Yellow Secondary Colour
e2e1dc - Grey borders
----------------- */

/*--- Tables ---*/

table {
	margin:0 0 1.2em;
	table-layout:auto;
	text-align:left;
	width:100%;
}

table td {
	font-size:10pt;
	padding:6px 0;
}

table td li {
	margin:0 0 5px -8px;
}

table th, table th span {
	font-size:10pt;
	font-weight:bold;
	padding:6px 0;
}

table th span {
	padding:6px 6px;
}

/*--- Alternating Colour Tables ---*/

table.alternating td, table.alternating th {
	padding:6px 12px;
	text-align:left;
}

.rowAlternating {
	background:#f0efec;
}


/*--- Form elements ---*/

input, textarea, select {
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-size:8pt;
	font-style:normal;
	vertical-align:middle;
	margin:0 -17px 0 0;
}

textarea {
	background-color:#ffffff;
	border-color:#999999 #AAB3B3 #D5DDDD;
	border-style:solid;
	border-width:thin;
	padding:5px;
}

label {
	font-size:11px;
	font-weight:bold;
	margin:0 5px 5px 0;
}

span.required {
	color:#CC0001;
}

input {
	margin:0 8px 0 0;
}


/*--- Custom ---*/

#savings-and-retirement table, #life-turning-points table {
	border-top:1px solid #e2e1dc;
	border-right:1px solid #e2e1dc;
}

#savings-and-retirement table td, #life-turning-points table td{
	border-bottom:1px solid #e2e1dc;
	border-left:1px solid #e2e1dc;
	background:#FCFCFC;
	padding:10px;
}

#savings-and-retirement table th, #life-turning-points table th {
	border-bottom:1px solid #e2e1dc;
	border-left:1px solid #e2e1dc;
	background:#FFFFFF;
	color:#555555;
	padding:10px;
}

.searchForm table td {
	padding:2px 0;
	margin:0;
}